projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba55e8
)
(C_DEBUG_SWITCH): Define as empty.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Jun 1994 18:19:56 +0000
(18:19 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 15 Jun 1994 18:19:56 +0000
(18:19 +0000)
src/s/hpux9shr.h
patch
|
blob
|
history
diff --git
a/src/s/hpux9shr.h
b/src/s/hpux9shr.h
index 9fda4ca5e6b5a4ce2a2aab466dc20c2d299a9fa4..c311313149a022fed30d59fb6459a5d3ccf89de3 100644
(file)
--- a/
src/s/hpux9shr.h
+++ b/
src/s/hpux9shr.h
@@
-3,3
+3,9
@@
#define RUN_TIME_REMAP
#include "hpux9.h"
+
+/* We must turn off -g since it forces -static. */
+#ifdef __GNUC__
+#undef C_DEBUG_SWITCH
+#define C_DEBUG_SWITCH
+#endif